Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the breaking group with 3 updates #17

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the breaking group with 3 updates: github.com/canonical/go-efilib, github.com/canonical/go-tpm2 and github.com/godbus/dbus.

Updates github.com/canonical/go-efilib from 0.4.0 to 1.4.1

Commits
  • f33212f Rename a couple of methods on the new X509CertID interface
  • 73d1c00 wincert: Add X509CertID interface and corresponding APIs
  • 4497259 devicepath: add a function to determine if a device path is a short-form path
  • 7849b14 devicepath: support USB WWID and USB Class short form matches
  • a3aa7c4 guids: Add IndustryStandardString, which is more generic
  • dc237bb vars: doc updates
  • 34aec2e vars: have variable accessors return an error if the context is done
  • eea0b0a vars: update some doc comments
  • 925d39d vars: export varsBackendKey
  • ce098c9 vars: Make VarsBackend2 the default
  • Additional commits viewable in compare view

Updates github.com/canonical/go-tpm2 from 0.0.0-20210827151749-f80ff5afff61 to 1.7.6

Commits

Updates github.com/godbus/dbus from 0.0.0-20190726142602-4481cbc300e2 to 4.1.0+incompatible

Release notes

Sourced from github.com/godbus/dbus's releases.

v4.1.0

  • Expose the default handlers
  • Allow implementations to decide when to make signal handling asynchronous.
  • Fix Object.Call blocking
  • introduce MakeVariantWithSignature
  • Update README.markdown
  • make transport endian aware
  • add a bluetooth example
  • system bus adress lookup was not system specific
  • Ensure dbus-launch is always installed in the test environment
  • Rework support for more go types.
  • Fix a few bugs related to storing values.
  • Add support for more of go's basic types
  • Change the DBusError interface
  • Fix generic error handling
  • Add support for mapping the empty interface to Variants where appropriate.
  • Add integration for travis-ci
  • MAINTAINERS: add John Southworth
  • Fixed typo in docstring
  • dbus: Only dereference dest in store if Kind is Interface or Ptr.
  • fix comments for FreeBSD
  • Refactor connection implementation details
  • added bool to indicate when the signal channels have been closed This fixes #45 - panic after Close() with send on closed channel.
  • fix TestTcpConnection on OpenBSD
  • SendNullByte implementation for OpenBSD
  • add a FreeBSD unixcred.

v4.0.0

No release notes provided.

v3

- Add BusObject interface
- Add ExportSubtree functions for subtree support
- Add ExportWithMap method to support exporting
  lower-case method names
- Fix mutex unlocking when releasing object
- Fix encoder alignment
- Fix nil dereference
- Used NameAcquired/NameLost signals to track names

v2

No release notes provided.

v1

No release notes provided.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the breaking group with 3 updates: [github.com/canonical/go-efilib](https://github.com/canonical/go-efilib), [github.com/canonical/go-tpm2](https://github.com/canonical/go-tpm2) and [github.com/godbus/dbus](https://github.com/godbus/dbus).


Updates `github.com/canonical/go-efilib` from 0.4.0 to 1.4.1
- [Commits](canonical/go-efilib@v0.4.0...v1.4.1)

Updates `github.com/canonical/go-tpm2` from 0.0.0-20210827151749-f80ff5afff61 to 1.7.6
- [Commits](https://github.com/canonical/go-tpm2/commits/v1.7.6)

Updates `github.com/godbus/dbus` from 0.0.0-20190726142602-4481cbc300e2 to 4.1.0+incompatible
- [Release notes](https://github.com/godbus/dbus/releases)
- [Commits](https://github.com/godbus/dbus/commits/v4.1.0)

---
updated-dependencies:
- dependency-name: github.com/canonical/go-efilib
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: breaking
- dependency-name: github.com/canonical/go-tpm2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: breaking
- dependency-name: github.com/godbus/dbus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 21, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/breaking-b1ab358866 branch October 28, 2024 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants